PDF4Java Reference Documentation
com.o2sol.pdf4java.document Package / PDFSeparationInfo Class / setDeviceColorant Method
A string value representing the name of the device colorant used in rendering this separation.
In This Topic
    setDeviceColorant Method
    In This Topic
    Gets the name of the device colorant used in rendering this separation.
    Syntax
    public void setDeviceColorant( 
       java.lang.String deviceColorant
    )

    Parameters

    deviceColorant
    A string value representing the name of the device colorant used in rendering this separation.
    Exceptions
    ExceptionDescription
    When deviceColorant is null or empty.
    See Also